ReLTER relies on the data entered into DEIMS-SDR. However sometimes there are:
- Multiple sites with similar names
- Missing information
- Sites with no boundary polygon
First example, the Kiskun region of Hungary
Query for Site Manager
# Multiple sites in the KISKUN region of Hungary
kiskun <- ReLTER::get_ilter_generalinfo(country_name = "Hungary",
site_name = "KISKUN")
# How many sites?
print(paste("In Kiskun region: ", length(kiskun$title), "sites"))
## [1] "In Kiskun region: 8 sites"